Fix content app directory listing links with colons in base_path#7393
Conversation
0a21ea1 to
e753f40
Compare
|
I wonder if changing to the |
|
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution! |
closes pulp#6955 Assisted-by: Claude (Cursor) Made-with: Cursor Co-authored-by: Cursor <cursoragent@cursor.com>
e753f40 to
dc7c6a1
Compare
|
This pull request is no longer marked for closure. |
Backport to 3.63: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply e8937bc on top of patchback/backports/3.63/e8937bc5ab0c7672ebd641bdd932816ba98c8b33/pr-7393 Backporting merged PR #7393 into main
🤖 @patchback |
Backport to 3.73: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply e8937bc on top of patchback/backports/3.73/e8937bc5ab0c7672ebd641bdd932816ba98c8b33/pr-7393 Backporting merged PR #7393 into main
🤖 @patchback |
Backport to 3.85: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply e8937bc on top of patchback/backports/3.85/e8937bc5ab0c7672ebd641bdd932816ba98c8b33/pr-7393 Backporting merged PR #7393 into main
🤖 @patchback |
Backport to 3.114: 💚 backport PR created✅ Backport PR branch: Backported as #7858 🤖 @patchback |
Backport to 3.105: 💚 backport PR created✅ Backport PR branch: Backported as #7859 🤖 @patchback |
Summary
base_pathcontains colons (e.g.copr-pull-requests:pr:3825/)../to thehrefensures the link is always treated as a relative path.Test plan
render_htmlwith and without colons in directory names.closes #6955
Made with Cursor